cross-compiled - définition. Qu'est-ce que cross-compiled
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

Qu'est-ce (qui) est cross-compiled - définition

A PROGRAMMING LANGUAGE IMPLEMENTED WITH A COMPILER THAT TRANSLATES SOURCE CODE INTO A BINARY EXECUTABLE FORM
Compiled languages; Compiled Language; Compiled programming language; CompiledLanguages

Compiled language         
A compiled language is a programming language whose implementations are typically compilers (translators that generate machine code from source code), and not interpreters (step-by-step executors of source code, where no pre-runtime translation takes place).
cross-compiler         
  • Example of Canadian Cross, scheme
COMPILER WHICH RUNS ON ONE HOST PLATFORM, BUT CREATES EXECUTABLE PROGRAMS FOR OTHER PLATFORMS
Cross-compilation; Cross-compiling; Cross-compiler; Cross compile; Cross-compilers; Cross compilers; Cross Compiler; Cross-compile; Cross compiling; Cross compilation; Crosscompiler; Canadian Cross; Canadian cross; Crosscompile; Cross development
<programming> A compiler which runs on one platform and produces code for another, as opposed to a native code compiler which produces code for the platform on which it runs. (1998-02-24)
Cross compiler         
  • Example of Canadian Cross, scheme
COMPILER WHICH RUNS ON ONE HOST PLATFORM, BUT CREATES EXECUTABLE PROGRAMS FOR OTHER PLATFORMS
Cross-compilation; Cross-compiling; Cross-compiler; Cross compile; Cross-compilers; Cross compilers; Cross Compiler; Cross-compile; Cross compiling; Cross compilation; Crosscompiler; Canadian Cross; Canadian cross; Crosscompile; Cross development
A cross compiler is a compiler capable of creating executable code for a platform other than the one on which the compiler is running. For example, a compiler that runs on a PC but generates code that runs on an Android smartphone is a cross compiler.

Wikipédia

Compiled language

A compiled language is a programming language whose implementations are typically compilers (translators that generate machine code from source code), and not interpreters (step-by-step executors of source code, where no pre-runtime translation takes place).

The term is somewhat vague. In principle, any language can be implemented with a compiler or with an interpreter. A combination of both solutions is also common: a compiler can translate the source code into some intermediate form (often called p-code or bytecode), which is then passed to an interpreter which executes it.